Input Function

Retrieves a line from the terminal in console applications.

Syntax

result = Input




Notes

Input is equivalent to a call to the ReadLine method of the StandardInputStream class.


See Also

ConsoleApplication, StandardInputStream, StandardOutputStream classes; Print, StdIn methods; TargetHasGUI constant.